home *** CD-ROM | disk | FTP | other *** search
Text File | 1996-09-12 | 629 b | 23 lines | [TEXT/MPS ] |
- //========================================================================================
- //
- // File: IntlRes.k
- // Release Version: $ ODF 2 $
- //
- // Copyright: (c) 1993 - 1996 by Apple Computer, Inc., all rights reserved.
- //
- //========================================================================================
-
- #ifndef INTLRES_K
- #define INTLRES_K
-
-
- // Defines copied from Script.h
- #define smJapanese 1
- #define langJapanese 11
-
- // In order to change the constants in FW_RStringData, we have to subclass it like this:
- type RJStringData : FW_RStringData (ScriptCode = smJapanese, LanguageCode = langJapanese)
- {
- };
-
- #endif